getGroupRevisionPages
fun getGroupRevisionPages(groupId: String, fromRevision: Int, includeFirstRevision: Boolean = false): GroupHistoryPage
Content copied to clipboard
Query the server for group revision history. The history contains information about the changes between each revision and the user that made the change.
Parameters
fromRevision
The revision to start the pages from.
includeFirstRevision
Whether to include the state for the first revision in the pages.
Throws
if signald sends an error response or the incoming message is invalid
if the request to the socket fails
caused when not a member of the group, when requesting logs from a revision lower than your joinedAtVersion, etc.